From: Richard M. Stallman Date: Mon, 9 Sep 2002 00:26:14 +0000 (+0000) Subject: (custom-save-variables, custom-save-faces): X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~30739 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=35409554fe4c9a64e64f802ee08b24b31f4055a9;p=emacs.git (custom-save-variables, custom-save-faces): Clarify the comments written into .emacs. --- diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 770f8f723f8..9c8e6ce740b 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -3633,8 +3633,10 @@ or (if there were none) at the end of the buffer." (unless (bolp) (princ "\n")) (princ "(custom-set-variables - ;; custom-set-variables was added by Custom -- don't edit or cut/paste it! - ;; Your init file should contain only one such instance.\n") + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right.\n") (mapcar (lambda (symbol) (let ((value (get symbol 'saved-value)) @@ -3697,8 +3699,10 @@ or (if there were none) at the end of the buffer." (unless (bolp) (princ "\n")) (princ "(custom-set-faces - ;; custom-set-faces was added by Custom -- don't edit or cut/paste it! - ;; Your init file should contain only one such instance.\n") + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right.\n") (mapcar (lambda (symbol) (let ((value (get symbol 'saved-face))